翻訳と辞書
Words near each other
・ Portable Nitrogen Fixation Package
・ Portable object (computing)
・ Portable Object Adapter
・ Portable operation (amateur radio)
・ Portable Optical Air Sensor
・ Portable oxygen concentrator
・ Portable partitions
・ Portable People Meter
・ Portable roller coaster
・ Portable Sanitation Association International
・ Portable sawmill
・ Portable shrine
・ Portable Sound Format
・ Portable Sounds
・ Portable soup
Portable Standard Lisp
・ Portable stereo
・ Portable storage device
・ Portable stove
・ Portable subfloors
・ Portable Surgical Hospital
・ Portable telemetry
・ Portable Theatre Company
・ Portable toilet
・ Portable ultrasound
・ Portable water purification
・ Portable water tank
・ Portable, Extensible Toolkit for Scientific Computation
・ Portable.NET
・ PortableApps.com


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Portable Standard Lisp : ウィキペディア英語版
Portable Standard Lisp
Portable Standard Lisp (PSL) is a tail-recursive dynamically bound dialect of Lisp inspired by its predecessor, Standard Lisp and the Portable Lisp Compiler. It was developed by researchers at the University of Utah in 1980, which released PSL 3.1; development was handed over to developers at Hewlett-Packard in 1982 who released PSL 3.3 and up.〔pg 75/294 of Gabriel 1985〕 Portable Standard Lisp was available as a kit containing a screen editor, a compiler, and an interpreter for the 68000 processor architecture, DEC-20s, CRAY-1s, and the VAX architecture (among many others). Today, PSL is mainly developed by and available from Konrad-Zuse-Zentrum für Informationstechnik Berlin. Its main modern use is as underlying language for implementations of Reduce.
Like most older lisps, PSL in the first step compiles Lisp to LAP code, which is a platform independent language in its own. However, where older lisps mostly compiled LAP directly to assembler or some architecture dependent intermediate, PSL compiles the LAP to C code, which would run in a virtual machine language; so programs written in it in principle are as portable as C itself, which is very portable. The compiler itself was written in PSL or a more primitive dialect dubbed "System Lisp"/"SYSLISP" as "an experiment in writing a production-quality Lisp in Lisp itself as much as possible, with only minor amounts of code written by hand in assembly language or other systems languages",〔 so the whole ensemble could bootstrap itself, and improvements to the compiler improved the compiler itself as well. Some later releases had a compatibility package for Common Lisp, but this is not sustained in the modern versions.
==Criticism==
Portable Standard Lisp is not as full of features as e.g. Common Lisp, and some people found it not very pleasant to use. Richard P. Gabriel wrote in his popular essay ''Lisp: Good News, Bad News, How to Win Big'', "the third most standard Lisp was Portable Standard Lisp, which ran on many machines, but very few people wanted to use it;"

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Portable Standard Lisp」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.